From 7e33153f834b4712172f8e06e90ec4eda3cca028 Mon Sep 17 00:00:00 2001 From: zephex-alt <166333351+zephex-alt@users.noreply.github.com> Date: Mon, 29 Apr 2024 07:11:35 +0000 Subject: adjusted the images' width and height --- src/app/anime/[id]/info.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/app/anime/[id]/info.module.css') diff --git a/src/app/anime/[id]/info.module.css b/src/app/anime/[id]/info.module.css index ca6018a..56be3ad 100644 --- a/src/app/anime/[id]/info.module.css +++ b/src/app/anime/[id]/info.module.css @@ -110,7 +110,6 @@ border-radius: 5px; color: var(--neon-green); background-color: #303030; - cursor: pointer; font-family: "Atkinson Hyperlegible", serif; } @@ -153,6 +152,7 @@ .video { width: 60vw; + font-family: "Lexend Deca", serif; } .VideoPlayer { -- cgit v1.2.3 From b9059d978d2b86e15aa7c3846ef71fc62f711486 Mon Sep 17 00:00:00 2001 From: zephex-alt <166333351+zephex-alt@users.noreply.github.com> Date: Tue, 30 Apr 2024 04:08:49 +0000 Subject: small fixes --- src/app/anime/[id]/info.module.css | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'src/app/anime/[id]/info.module.css') diff --git a/src/app/anime/[id]/info.module.css b/src/app/anime/[id]/info.module.css index 56be3ad..c7ab66b 100644 --- a/src/app/anime/[id]/info.module.css +++ b/src/app/anime/[id]/info.module.css @@ -55,7 +55,6 @@ .buttonContainer button { transition: transform 200ms ease-in-out; - } .buttonContainer button:focus { @@ -65,11 +64,11 @@ transform: scale(0.9); } -.buttonContainer::-webkit-scrollbar{ +.buttonContainer::-webkit-scrollbar { width: 5px; } -.buttonContainer::-webkit-scrollbar-thumb{ +.buttonContainer::-webkit-scrollbar-thumb { background-color: var(--soft-purple); border-radius: 1rem; } @@ -92,7 +91,7 @@ .dramaButton:hover { background-color: #1f1f1f; - transition: background-color 200ms ease-in + transition: background-color 200ms ease-in; } .infoPageContainer p { @@ -118,7 +117,7 @@ } .animeRelease span { - color: var(--soft-purple) + color: var(--soft-purple); } .videoPopUp { @@ -137,7 +136,6 @@ overflow-y: auto; } - .closeButton { font-family: "Poppins", serif; font-size: 16px; @@ -160,7 +158,6 @@ } @media screen and (max-width: 768px) { - .titleContainer p { font-size: 28px; } @@ -172,4 +169,4 @@ .video { width: 100%; } -} \ No newline at end of file +} -- cgit v1.2.3